home *** CD-ROM | disk | FTP | other *** search
/ Designer's Club 1996 April / Designer's Club 1996 April.iso / mac / Idea Source / GALLERY.DIR / 00153_Script_153 < prev    next >
Text File  |  1996-03-04  |  618b  |  31 lines

  1. on keydown
  2.   if the key = 0 then
  3.     set the soundlevel to (0)
  4.   end if
  5.   if the key = 1 then
  6.     set the soundlevel to (1)
  7.   end if
  8.   if the key = 2 then
  9.     set the soundlevel to (2)
  10.   end if
  11.   if the key = 3 then
  12.     set the soundlevel to (3)
  13.   end if
  14.   if the key = 4 then
  15.     set the soundlevel to (4)
  16.   end if
  17.   if the key = 5 then
  18.     set the soundlevel to (5)
  19.   end if
  20.   if the key = 6 then
  21.     set the soundlevel to (6)
  22.   end if
  23.   if the key = 7 then
  24.     set the soundlevel to (7)
  25.   end if
  26. end keydown
  27.  
  28. on startmovie  
  29.   global gallery
  30.   set gallery = "slideshow"
  31. end startmovie